home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / UTIL / MEMORY / VIRTUASRC / Bits / gcc / cc / hellow
Text File  |  1993-07-06  |  74b  |  6 lines

  1. #include <iostream.h>
  2.  
  3. int main()
  4. {
  5.     cout << "Hello Archimedes World\n";
  6. }